home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / misc / math / number.lha / number / smakefile < prev   
Encoding:
Makefile  |  2000-08-07  |  470 b   |  23 lines

  1. BINDIR =    SYS:Utilities
  2. GRAMMARDIR =    Locale:lang
  3. DEBUG =        NOWVRET OPT ICON #IGN=161,100,132,85,70
  4. CFLAGS =    $(DEBUG) DEF GRAMMARDIR="$(GRAMMARDIR)/" LINK\
  5.         DEF index=strchr DEF srandom=srand
  6.  
  7. number:        number.o
  8.  
  9. install:    install-number install-lang
  10.  
  11. install-number:    number
  12.     copy number(|.info) $(BINDIR)
  13.  
  14. install-lang:
  15.     copy lang $(GRAMMARDIR)
  16.  
  17. clean:
  18.     -delete FORCE number.(o|lnk)
  19.  
  20. archive: clean
  21.     @-delete force RAM:number.lha
  22.     lha -r a RAM:number // number number.info
  23.